const net/http.http2stateClosed

9 uses

	net/http (current package)
		h2_bundle.go#L3406: 	http2stateClosed
		h2_bundle.go#L3414: 	http2stateClosed:           "Closed",
		h2_bundle.go#L4498: 			return http2stateClosed, nil
		h2_bundle.go#L4502: 			return http2stateClosed, nil
		h2_bundle.go#L5006: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L5061: 		case http2stateClosed:
		h2_bundle.go#L5447: 	if st.state == http2stateIdle || st.state == http2stateClosed {
		h2_bundle.go#L5450: 	st.state = http2stateClosed
		h2_bundle.go#L6271: 	if st.state != http2stateHalfClosedRemote && st.state != http2stateClosed {